commit | 5998a3cf327c90d0a7116eca72c0d2df2be8ecfd | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Dec 03 18:30:15 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Dec 07 14:54:48 2007 +0100 |
tree | 28097f22a7fcf7d461d13e790294540c489fa431 | |
parent | 68ca3e537f12044af05a653fa9d28b4fe80117e8 [diff] |
[AVR32] Fix wrong pt_regs in critical exception handler It's not like it really matters at this point since the system is dying anyway, but handle_critical pushes too few registers on the stack so the register dump, which makes the register dump look a bit strange. This patch fixes it. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>