]> Git Repo - qemu.git/commit
target/m68k: add the Interrupt Stack Pointer
authorLaurent Vivier <[email protected]>
Thu, 4 Jan 2018 01:29:12 +0000 (02:29 +0100)
committerLaurent Vivier <[email protected]>
Thu, 4 Jan 2018 16:24:35 +0000 (17:24 +0100)
commit6e22b28e22aa6ed1b8db6f24da2633868019d4c9
tree706100b008229562e49fdff19ad71e2861763e38
parentb5ae1edc294f78865ede38377c0a9b92da4370e0
target/m68k: add the Interrupt Stack Pointer

Add the third stack pointer, the Interrupt Stack Pointer (ISP)
(680x0 only). This stack will be needed in softmmu mode.

Update movec to set/get the value of the three stacks.

Signed-off-by: Laurent Vivier <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20180104012913[email protected]>
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/gdbstub.c
target/m68k/helper.c
target/m68k/helper.h
target/m68k/monitor.c
target/m68k/translate.c
This page took 0.021989 seconds and 4 git commands to generate.