Skip to content

Commit

Permalink
tools/jsc/include/thinthin.h: add something about the eh frame
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 4, 2021
1 parent aa99e51 commit 3d6c523
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/jsc/include/thinthin.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ const struct {
thinthin_stacksize_default,
thinthin_stackbot_default,
};

typedef struct {
long long fp;
long long a0;
long long a1;
long long a2;
long long a3;
} thinthin_eh_frame;

0 comments on commit 3d6c523

Please sign in to comment.