projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mlibc: Tinycc support: Avoid hex.
[mes.git]
/
include
/
00-test.i
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__
}