From 8346d298529e5f0128da91ebd45c14485ade2a30 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 7 Jun 2020 22:11:48 +0100 Subject: [PATCH] update comments --- src/soc/decoder/isa/caller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/decoder/isa/caller.py b/src/soc/decoder/isa/caller.py index 83f07be0..3f94019e 100644 --- a/src/soc/decoder/isa/caller.py +++ b/src/soc/decoder/isa/caller.py @@ -235,8 +235,8 @@ class ISACaller: def TRAP(self, trap_addr=0x700): print ("TRAP: TODO") - # store PC in SRR0, set PC to 0x700 - # store MSR in SRR1, set MSR to um errr something + # store CIA(+4?) in SRR0, set NIA to 0x700 + # store MSR in SRR1, set MSR to um errr something, have to check spec def memassign(self, ea, sz, val): self.mem.memassign(ea, sz, val) -- 2.30.2