mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 20:02:37 +00:00
Remove dead stores. (#240)
This commit is contained in:
@@ -315,7 +315,6 @@ int sf(struct frameex1 *fx_addr68k) {
|
||||
ptr = Addr68k_from_LADDR(STK_OFFSET + bf->ivar);
|
||||
i = 0;
|
||||
while (ptr != (DLword *)bf) {
|
||||
ptrhi = ptr;
|
||||
ptrlo = ptr + 1;
|
||||
printf(" %6x : 0x%4x 0x%4x ", LADDR_from_68k(ptr), GETWORD(ptr), GETWORD(ptrlo));
|
||||
ivarindex = get_ivar_name(fx_addr68k, i++, &localivar);
|
||||
|
||||
Reference in New Issue
Block a user