mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +00:00
Apply touchups to last commit
This commit is contained in:
parent
81ef162703
commit
79ff43adf5
3 changed files with 4 additions and 7 deletions
5
third_party/chibicc/as.main.c
vendored
5
third_party/chibicc/as.main.c
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue