about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-05 11:56:20 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-05 11:56:20 -0700
commit9f1d0ef3fb2044f7f9cdb51f72cc9822b023eea0 (patch)
tree987cbd77565e5a2ce60fca887aa46d35b233f464 /subx/apps
parented0e64a981525427d1dc64dbbcf6a3b87387f90e (diff)
downloadmu-9f1d0ef3fb2044f7f9cdb51f72cc9822b023eea0.tar.gz
4663
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/factorial.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/factorial.subx b/subx/apps/factorial.subx
index 0eeb90a3..99cc751e 100644
--- a/subx/apps/factorial.subx
+++ b/subx/apps/factorial.subx
@@ -71,7 +71,7 @@ factorial:
     # push args
   53/push-EBX
     # call
-  e8/call                         .               .             .           .             .           .           factorial/disp32
+  e8/call  factorial/disp32
     # discard arg
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
   # return n * factorial(n-1)