diff options
author | rsc <devnull@localhost> | 2005-02-11 16:51:43 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:51:43 +0000 |
commit | 2a931b7266c8a6550aca5f75b2ce3bf8655aa45b (patch) | |
tree | 707c22bb882f7a0d9fce75b5ce876b8c28080ed0 /acid/port | |
parent | 2709e6e3689c2f7957758de452ee740136e5eec0 (diff) | |
download | plan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.tar.gz plan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.tar.bz2 plan9port-2a931b7266c8a6550aca5f75b2ce3bf8655aa45b.zip |
clean up pthread for linux
Diffstat (limited to 'acid/port')
-rw-r--r-- | acid/port | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -33,11 +33,6 @@ notelstk(addr) _stk({"PC", pc, "SP", sp, linkreg(addr)}, 1); } -// defn labstk(l) // trace from a label -// { -// _stk({"PC", *(l+4), "SP", *l, linkreg(0)}, 0); -// } - defn params(param) { while param do { @@ -119,7 +114,6 @@ defn _stk(regs, dolocals) if callerpc == 0 then done=1; } - if callerpc && !done then { print(stkprefix, fmt(callerpc, 'a'), " "); pfl(callerpc); |