diff options
| author | Drahflow <drahflow@gmx.de> | 2017-02-22 23:07:48 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2017-02-22 23:07:48 +0100 |
| commit | 97a096dc8856fbcb27f832017c06be0c1a6845a7 (patch) | |
| tree | 7a8330c2b116d133740e04954e3aea9b4de2957b | |
| parent | 6335e78f7349a0fa46654c2876050347514d1a31 (diff) | |
Optimizer-correct variable order
| -rw-r--r-- | compiler/elymasAsmOps.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/elymasAsmOps.ey b/compiler/elymasAsmOps.ey index 0e02abe..5141546 100644 --- a/compiler/elymasAsmOps.ey +++ b/compiler/elymasAsmOps.ey @@ -268,7 +268,7 @@ } /encode deff > } ==MemIndexScaleDisp32 # rip relative adressing pointing at label - { < ==lbl /rip ==base /none ==idx { ==r + { < /rip ==base /none ==idx ==lbl { ==r r /rip modrm00 lbl labelRel32 } /encode deff > |
