diff options
author | comex | 2015-02-08 22:06:56 -0500 |
---|---|---|
committer | comex | 2015-02-08 22:06:56 -0500 |
commit | fdad44c4ccb219454c698645d4f2cb9726826c06 (patch) | |
tree | 6c4fd37dd9181f7ba336a16637999da714e17b23 /lib/dis.h | |
parent | right, going to bed (diff) | |
download | substitute-fdad44c4ccb219454c698645d4f2cb9726826c06.tar.gz |
starting x86 support
Diffstat (limited to '')
-rw-r--r-- | lib/dis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,3 +122,4 @@ static inline void op16(void **codep, uint16_t op) { } #define CC_CONDITIONAL 0x100 +#define CC_CALL 0x200 |