-
Notifications
You must be signed in to change notification settings - Fork 390
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcc -run file.c : pass original exit code from file.c again
when there are no other errors then exit tcc with the exit cude from tcc_run() (messed up in dd2e5f8) Also in tccrun.c, use a more exotic random value to replace zero with 'exit(0)' in user code (because lonhjmp(jb, c) needs c != 0)
- Loading branch information
grischka
committed
Dec 13, 2024
1 parent
b776bfa
commit 8620a31
Showing
2 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters