diff options
Diffstat (limited to 'src/buildvm_x64.h')
-rw-r--r-- | src/buildvm_x64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildvm_x64.h b/src/buildvm_x64.h index a44f7e50..9962d4b0 100644 --- a/src/buildvm_x64.h +++ b/src/buildvm_x64.h | |||
@@ -1049,7 +1049,6 @@ static const char *const extnames[] = { | |||
1049 | #define DtB(_V) (int)(ptrdiff_t)&(((Node *)0)_V) | 1049 | #define DtB(_V) (int)(ptrdiff_t)&(((Node *)0)_V) |
1050 | #define DtC(_V) (int)(ptrdiff_t)&(((int *)0)_V) | 1050 | #define DtC(_V) (int)(ptrdiff_t)&(((int *)0)_V) |
1051 | #define DtD(_V) (int)(ptrdiff_t)&(((GCtrace *)0)_V) | 1051 | #define DtD(_V) (int)(ptrdiff_t)&(((GCtrace *)0)_V) |
1052 | #define DtE(_V) (int)(ptrdiff_t)&(((ExitInfo *)0)_V) | ||
1053 | #define DISPATCH_GL(field) (GG_DISP2G + (int)offsetof(global_State, field)) | 1052 | #define DISPATCH_GL(field) (GG_DISP2G + (int)offsetof(global_State, field)) |
1054 | #define DISPATCH_J(field) (GG_DISP2J + (int)offsetof(jit_State, field)) | 1053 | #define DISPATCH_J(field) (GG_DISP2J + (int)offsetof(jit_State, field)) |
1055 | #define PC2PROTO(field) ((int)offsetof(GCproto, field)-(int)sizeof(GCproto)) | 1054 | #define PC2PROTO(field) ((int)offsetof(GCproto, field)-(int)sizeof(GCproto)) |