summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/jefs.s b/jefs.s
index f5032a7..7820b78 100644
--- a/jefs.s
+++ b/jefs.s
@@ -6,9 +6,6 @@
mov qword [r14], %1
%endmacro
-; this feels like Too much code and probably Too slow to have for every pspop.
-; we'll see
-; clobbers r8 (which isn't actually used anywhere here)
%macro pspop 1
mov %1, qword [r14]
lea r14, [r14+8]