Module Name: src Committed By: mark Date: Thu Sep 10 02:16:29 UTC 1998 Modified Files: src/sys/arch/arm32/arm32: cpuswitch.S Log Message: Fix bug in switch_exit() from last commit. This fixes PR 6132. The bug is that the modification to call exit2() removed a stack pop but not the associated push.