mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-21 01:30:15 +00:00
Move Short function out of the blank segment.
This makes a bit more room in the blank segment, which is necessary when codegen debugging is enabled.
This commit is contained in:
parent
58771ec71c
commit
0b6d150198
@ -50,7 +50,8 @@ rtl dec nNextSpot nnextspot := nnextspot-1;
|
||||
*
|
||||
****************************************************************
|
||||
*
|
||||
Short start
|
||||
Short start CodeGen
|
||||
using ShortData
|
||||
elSize equ 12 size of npeep array element
|
||||
peep_opcode equ 0 disp in nativeType of opcode
|
||||
peep_mode equ 2 disp in nativeType of mode
|
||||
@ -138,7 +139,9 @@ lb5 anop end;
|
||||
lb6 stz fn Short := false;
|
||||
lab1 anop 1:end; {Short}
|
||||
return 2:fn
|
||||
|
||||
end
|
||||
|
||||
ShortData privdata
|
||||
fn ds 2 function return value
|
||||
|
||||
size dc i1'2,2,2,2,2,2,2,2,1,3,1,1,3,3,3,4'
|
||||
|
Loading…
Reference in New Issue
Block a user