Skip to content

Commit

Permalink
tools/jsc/include/zeropage.h: add struct libinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 4, 2021
1 parent 123c69f commit a899839
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/jsc/include/zeropage.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
typedef struct libinfo
{
unsigned long long data;
unsigned long long data_end;
unsigned long long modid;
} libinfo_t;

typedef struct zeropage {
unsigned long long top_of_memory;
unsigned long long top_of_sbrk;
Expand Down

0 comments on commit a899839

Please sign in to comment.