mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
Just stashin'.
This commit is contained in:
parent
18ff192e3e
commit
2e92e0bb86
5
g/m.c
5
g/m.c
@ -613,6 +613,9 @@ u3_cm_soft_esc(u3_noun sam)
|
||||
{
|
||||
c3_assert(0 != u3R->ski.flu);
|
||||
fly = u3h(u3R->ski.flu);
|
||||
|
||||
u3_cm_p("esc: sam", sam);
|
||||
// u3_cm_p("esc: fly", fly);
|
||||
}
|
||||
|
||||
/* Record the cap, and leap.
|
||||
@ -635,6 +638,8 @@ u3_cm_soft_esc(u3_noun sam)
|
||||
if ( 0 == (why = u3_cm_trap()) ) {
|
||||
pro = u3_cn_slam_on(fly, sam);
|
||||
|
||||
u3_cm_p("esc: pro", pro);
|
||||
|
||||
/* Fall back to the old road, leaving temporary memory intact.
|
||||
*/
|
||||
u3_cm_fall();
|
||||
|
Loading…
Reference in New Issue
Block a user