diff options
Diffstat (limited to 'src/kern')
-rw-r--r-- | src/kern/tru64/tru64.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kern/tru64/tru64.hh b/src/kern/tru64/tru64.hh index b1af4ec0e..2234f55fe 100644 --- a/src/kern/tru64/tru64.hh +++ b/src/kern/tru64/tru64.hh @@ -1074,7 +1074,7 @@ class Tru64 : public OperatingSystem ThreadContext *tc) { assert(tc->status() == ThreadContext::Active); - tc->deallocate(); + tc->halt(); return 0; } |