mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-10 13:40:25 +00:00
- Factor out remaining x86-specific regtests in none/ into an x86/ subdir. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2819
9 lines
91 B
C
9 lines
91 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
asm ("int $129");
|
|
|
|
exit(0);
|
|
}
|