Apply touchups to last commit

This commit is contained in:
Justine Tunney 2020-12-29 23:52:27 -08:00
parent 81ef162703
commit 79ff43adf5
3 changed files with 4 additions and 7 deletions

View file

@ -20,11 +20,6 @@
int main(int argc, char *argv[]) {
showcrashreports();
if (argc == 1) {
system("o//third_party/chibicc/as.com -o /tmp/o /home/jart/trash/hog.s");
system("objdump -xwd /tmp/o");
exit(0);
}
Assembler(argc, argv);
return 0;
}