summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfaissaloo <faissaloo@gmail.com>2016-06-26 14:45:25 +0100
committerfaissaloo <faissaloo@gmail.com>2016-06-26 14:45:25 +0100
commit875e9b8008f2d3b0d45adf8bfa70e2a9851478bb (patch)
tree9dcf5408fa34bb437cb9a2b1d2e7e77a974d9ea6
parent040f747ed405dbcb26fe2a30771c4f1c35056fbc (diff)
downloaddbsh-875e9b8008f2d3b0d45adf8bfa70e2a9851478bb.tar.gz
Oops, old comment
-rw-r--r--sh.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh.asm b/sh.asm
index bc6bea8..a239844 100644
--- a/sh.asm
+++ b/sh.asm
@@ -434,7 +434,6 @@ _quit:
;cd [dir]
;changes to the given directory
_builtin_cd:
- ;stub atm
mov rdi,rax
mov rax, sys_chdir
syscall