mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
7 lines
87 B
C
7 lines
87 B
C
|
|
int main ( void )
|
|
{
|
|
char* p = (char*)0xE000000;
|
|
return ((int(*)(void)) p) ();
|
|
}
|