# HG changeset patch # User Paul Boddie # Date 1435526420 -7200 # Node ID a0b9ea4264242ab2e8acbf2deebbc7bd3334fd15 # Parent 522fbe2bcc6d352d7642066371332c20e52e3960 Removed storage of TEMP on the stack during handler execution. diff -r 522fbe2bcc6d -r a0b9ea426424 switcher.oph --- a/switcher.oph Sun Jun 28 23:19:19 2015 +0200 +++ b/switcher.oph Sun Jun 28 23:20:20 2015 +0200 @@ -145,7 +145,6 @@ .invoke push16 SP .invoke push16 NEXT .invoke push16 CURRENT - .invoke push16 TEMP init_sp: @@ -270,7 +269,6 @@ ; restore zero-page locations used in the handler - .invoke pull16 TEMP .invoke pull16 CURRENT .invoke pull16 NEXT .invoke pull16 SP