X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;h=619c1632b00879c72eda8bd132fa55a9c9e0a3f4;hp=5690b1bd52c7ed8688617b4282ceb2989055d9df;hb=d570f2d80fed3a3254ff49748d4e2f50ee5e2a2c;hpb=f4e9bcd703852c51c97d2586872b9b26389899e6 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