mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
The code:
void mul(double *p)
{
*p *= 2.0;
}
failed on x86_64 because register was not loaded after
bound checking call.
Also printed size when pointer indir failes.
3 lines
8 B
Plaintext
3 lines
8 B
Plaintext
42000
|
|
8
|