From 0b6d150198bdcda09cb118dd86d59bd459b49aff Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Thu, 26 May 2022 19:15:03 -0500 Subject: [PATCH] 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. --- Native.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Native.asm b/Native.asm index 080f182..afe45cd 100644 --- a/Native.asm +++ b/Native.asm @@ -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'