comparison src/trap.c @ 6:2617849843ec

fedore virsh edit file
author tobaru
date Fri, 26 Jan 2018 16:42:49 +0900
parents 83c23a36980d
children
comparison
equal deleted inserted replaced
5:f8ce1013b84d 6:2617849843ec
150 cprintf (" r10: 0x%x\n", tf->r10); 150 cprintf (" r10: 0x%x\n", tf->r10);
151 cprintf (" r11: 0x%x\n", tf->r11); 151 cprintf (" r11: 0x%x\n", tf->r11);
152 cprintf (" r12: 0x%x\n", tf->r12); 152 cprintf (" r12: 0x%x\n", tf->r12);
153 cprintf (" pc: 0x%x\n", tf->pc); 153 cprintf (" pc: 0x%x\n", tf->pc);
154 } 154 }
155 void raise()
156 {}