mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
of which was presumed to be redundant but wasn't. This caused code to hang due to an infinite signal-delivery loop. Observed and tracked down by Austin English. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15091
6 lines
75 B
C
6 lines
75 B
C
int main ( void )
|
|
{
|
|
*(volatile char *)0xDEADBEEF = 'x';
|
|
return 0;
|
|
}
|