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

git-svn-id: trunk@20018 -
This commit is contained in:
florian 2012-01-08 22:22:09 +00:00
parent 02d3855fde
commit 9375945082

View File

@ -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);