Browse Source

* toper.val : aint => tcgint, needed at least for avr

git-svn-id: trunk@20018 -
florian 13 years ago
parent
commit
9375945082
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aasmtai.pas

+ 1 - 1
compiler/aasmtai.pas

@@ -216,7 +216,7 @@ interface
           top_none   : ();
           top_reg    : (reg:tregister);
           top_ref    : (ref:preference);
-          top_const  : (val:aint);
+          top_const  : (val:tcgint);
           top_bool   : (b:boolean);
           { local varsym that will be inserted in pass_generate_code }
           top_local  : (localoper:plocaloper);