summaryrefslogtreecommitdiff
path: root/module/system/vm/debug.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/vm/debug.scm')
-rw-r--r--module/system/vm/debug.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/system/vm/debug.scm b/module/system/vm/debug.scm
index 4d9a047fe..78bf13a50 100644
--- a/module/system/vm/debug.scm
+++ b/module/system/vm/debug.scm
@@ -386,6 +386,7 @@ section of the ELF image. Returns an ELF symbol, or @code{#f}."
(representation (case (logand slot+representation #x3)
((0) 'scm)
((1) 'f64)
+ ((2) 'u64)
(else 'unknown))))
(cons (vector name def-offset slot representation)
(lp pos names)))))))))))