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