mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 18:56:10 +00:00
9 lines
91 B
C
9 lines
91 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
asm ("int $129");
|
|
|
|
exit(0);
|
|
}
|