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:
Stephen Heumann 2022-05-26 19:15:03 -05:00
parent 58771ec71c
commit 0b6d150198

View File

@ -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 elSize equ 12 size of npeep array element
peep_opcode equ 0 disp in nativeType of opcode peep_opcode equ 0 disp in nativeType of opcode
peep_mode equ 2 disp in nativeType of mode peep_mode equ 2 disp in nativeType of mode
@ -138,7 +139,9 @@ lb5 anop end;
lb6 stz fn Short := false; lb6 stz fn Short := false;
lab1 anop 1:end; {Short} lab1 anop 1:end; {Short}
return 2:fn return 2:fn
end
ShortData privdata
fn ds 2 function return value 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' size dc i1'2,2,2,2,2,2,2,2,1,3,1,1,3,3,3,4'