aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmexpand.ml
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/Asmexpand.ml')
-rw-r--r--mppa_k1c/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/Asmexpand.ml b/mppa_k1c/Asmexpand.ml
index fea71f61..f21ad2eb 100644
--- a/mppa_k1c/Asmexpand.ml
+++ b/mppa_k1c/Asmexpand.ml
@@ -604,7 +604,7 @@ let int_reg_to_dwarf = function
let preg_to_dwarf = function
| IR r -> int_reg_to_dwarf r
| FR r -> int_reg_to_dwarf r
- | RA -> 65 (* FIXME - No idea *)
+ | RA -> 65 (* FIXME - No idea what is $ra DWARF number in k1-gdb *)
| _ -> assert false
let expand_function id fn =