projects
/
mes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
05c33b0
)
mlibc: Tinycc support: Avoid hex.
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Mon, 4 Dec 2017 21:58:10 +0000
(22:58 +0100)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Mon, 4 Dec 2017 21:58:10 +0000
(22:58 +0100)
* include/00-test.i (main)[__TINYC__]: Do not use $0x.
include/00-test.i
patch
|
blob
|
history
diff --git
a/include/00-test.i
b/include/00-test.i
index 674bb0fd6c8e82525d08fc7771326452a6dda9bb..2208275622c8e54a53dfacea9815c3e34a16b97f 100644
(file)
--- a/
include/00-test.i
+++ b/
include/00-test.i
@@
-39,6
+39,6
@@
main ()
: // no outputs
: "Ir" (r));
asm ("mov $1,%eax");
- asm ("int $
0x80
");
+ asm ("int $
128
");
#endif // __GNUC__
}