X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;h=619c1632b00879c72eda8bd132fa55a9c9e0a3f4;hp=5690b1bd52c7ed8688617b4282ceb2989055d9df;hb=66be644c3e5fbd7446d86c79e9e51b75c0442b49;hpb=171a457e86f686cf2adddc91baa9d9e703264259 diff --git a/sect.c b/sect.c index 5690b1b..619c163 100644 --- a/sect.c +++ b/sect.c @@ -36,6 +36,7 @@ CHUNK * scode; // Current (last) code chunk LONG challoc; // # bytes alloc'd to code chunk LONG ch_size; // # bytes used in code chunk char * chptr; // Deposit point in code chunk buffer +char * chptr_opcode; // Backup of chptr, updated before entering code generators CHUNK * sfix; // Current (last) fixup chunk LONG fchalloc; // # bytes alloc'd to fixup chunk