vc64web/virtualc64web

time_since_start can overflow after some time

Closed this issue · 1 comments

var time_since_start=wasm_get_cpu_cycles();

it becomes negative and does not accept disks anymore... (already fixed in vAmigaWeb)

solved it by adding linker flag -s WASM_BIGINT which allows 64 bit integers instead of only 32 Bit.