fix compile

This commit is contained in:
Michaël Banaan Ananas 2013-12-19 15:44:05 +00:00
parent 4c48a72cd1
commit 72b7c79f64

View File

@ -197,4 +197,6 @@ int main(int argc, char *argv[])
}
double emutime = (double) (osd_ticks() - t) / (double) osd_ticks_per_second();
printf("%f seconds emulation took %f real time ==> %5.2f%%\n", ttr, emutime, ttr/emutime*100.0);
return 0;
}