Browse Source

* go to the next character after consuming a "%"

Jonas Maebe 21 years ago
parent
commit
d564bd6027
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/raatt.pas

+ 5 - 1
compiler/raatt.pas

@@ -176,6 +176,7 @@ unit raatt;
 
 
     procedure tattreader.handlepercent;
     procedure tattreader.handlepercent;
       begin
       begin
+        c:=current_scanner.asmgetchar;
         actasmtoken:=AS_MOD;
         actasmtoken:=AS_MOD;
       end;
       end;
 
 
@@ -1470,7 +1471,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2003-12-03 17:39:04  florian
+  Revision 1.6  2003-12-07 14:03:37  jonas
+    * go to the next character after consuming a "%"
+
+  Revision 1.5  2003/12/03 17:39:04  florian
     * fixed several arm calling conventions issues
     * fixed several arm calling conventions issues
     * fixed reference reading in the assembler reader
     * fixed reference reading in the assembler reader
     * fixed a_loadaddr_ref_reg
     * fixed a_loadaddr_ref_reg