aboutsummaryrefslogtreecommitdiff
path: root/printf.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-04 08:07:13 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-04 08:07:13 +0800
commit8ef3cac508d203cec57d911cbe61019364a11807 (patch)
tree99e41a16ae7e027ec9f7fa920ac42f44f2cef03c /printf.c
parent433521231784c6ce26900f88c382bee63cdd169b (diff)
reg alloc almost done, can pass most of data
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/printf.c b/printf.c
index 7c9cf3a..488c0d5 100644
--- a/printf.c
+++ b/printf.c
@@ -29,4 +29,3 @@ int printf(char *fmt) {
fmt++;
}
}
-