Browse Source

- cleaned up some x86-specific code from the Z80 inline asm reader

git-svn-id: trunk@45331 -
nickysn 5 years ago
parent
commit
b581751ef3
1 changed files with 0 additions and 10 deletions
  1. 0 10
      compiler/z80/raz80asm.pas

+ 0 - 10
compiler/z80/raz80asm.pas

@@ -288,16 +288,6 @@ Unit raz80asm;
                   actasmpattern[0]:=chr(len);
                   actasmpattern_origcase:=actasmpattern;
                   uppervar(actasmpattern);
- {$ifdef x86}
-                  { only x86 architectures have instruction prefixes }
-
-                  { Opcode, can only be when the previous was a prefix }
-                  If is_prefix(actopcode) and is_asmopcode(actasmpattern) then
-                   Begin
-                     uppervar(actasmpattern);
-                     exit;
-                   end;
- {$endif x86}
                   { check for end which is a reserved word unlike the opcodes }
                   if actasmpattern = 'END' then
                     begin