diff options
Diffstat (limited to 'sim/ppc/interrupts.h')
-rw-r--r-- | sim/ppc/interrupts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/interrupts.h b/sim/ppc/interrupts.h index 7171129..531f4ff 100644 --- a/sim/ppc/interrupts.h +++ b/sim/ppc/interrupts.h @@ -33,7 +33,7 @@ restart. (or to put it another way, long jump). In looking at the code it may occure to you that, for some interrupts, they could return instead of restarting the cpu (eg system_call). While true - (it once was like that) I've decided to make the behavour of all + (it once was like that) I've decided to make the behavior of all interrupt routines roughly identical. Because, a cpu's recorded state (ie what is in the cpu structure) |