diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-01-25 18:39:22 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-01-25 18:39:22 -0800 |
commit | 85164f4483132a3db4890defa59f6851a0f765fe (patch) | |
tree | 6e3b24f811d9096ccc0f9f7348ffca9a373dec62 /gen_x86.h | |
parent | 2f0568e574b82160e0112d0b2f726df1a18176ab (diff) |
Fix overflow flag on ASL
Diffstat (limited to 'gen_x86.h')
-rw-r--r-- | gen_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ uint8_t * call(uint8_t * out, uint8_t * fun); uint8_t * call_r(uint8_t * out, uint8_t dst); uint8_t * retn(uint8_t * out); uint8_t * cdq(uint8_t * out); +uint8_t * loop(uint8_t * out, uint8_t * dst); #endif //GEN_X86_H_ |