aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x86.h
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-03 22:09:12 +0200
committerMike Pall <mike>2010-08-03 22:09:12 +0200
commit33ef1fa52405f1417d90a289eb2bd00c367e6195 (patch)
tree3aa501f343e458f1b9d05a02895c755043c4113e /src/buildvm_x86.h
parenta6b7952f7e095883d9a277f26b844ae1c9248999 (diff)
downloadluajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.tar.gz
luajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.tar.bz2
luajit-33ef1fa52405f1417d90a289eb2bd00c367e6195.zip
Untangle some target dependencies.
Diffstat (limited to 'src/buildvm_x86.h')
-rw-r--r--src/buildvm_x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h
index e833c3c3..e7f0da64 100644
--- a/src/buildvm_x86.h
+++ b/src/buildvm_x86.h
@@ -1104,7 +1104,6 @@ static const char *const extnames[] = {
1104#define DtB(_V) (int)(ptrdiff_t)&(((Node *)0)_V) 1104#define DtB(_V) (int)(ptrdiff_t)&(((Node *)0)_V)
1105#define DtC(_V) (int)(ptrdiff_t)&(((int *)0)_V) 1105#define DtC(_V) (int)(ptrdiff_t)&(((int *)0)_V)
1106#define DtD(_V) (int)(ptrdiff_t)&(((GCtrace *)0)_V) 1106#define DtD(_V) (int)(ptrdiff_t)&(((GCtrace *)0)_V)
1107#define DtE(_V) (int)(ptrdiff_t)&(((ExitInfo *)0)_V)
1108#define DISPATCH_GL(field) (GG_DISP2G + (int)offsetof(global_State, field)) 1107#define DISPATCH_GL(field) (GG_DISP2G + (int)offsetof(global_State, field))
1109#define DISPATCH_J(field) (GG_DISP2J + (int)offsetof(jit_State, field)) 1108#define DISPATCH_J(field) (GG_DISP2J + (int)offsetof(jit_State, field))
1110#define PC2PROTO(field) ((int)offsetof(GCproto, field)-(int)sizeof(GCproto)) 1109#define PC2PROTO(field) ((int)offsetof(GCproto, field)-(int)sizeof(GCproto))