BUILD: debug: make gcc not complain on the ABORT_NOW() macro

On recent gcc versions with the null-deref checks, ABORT_NOW() rightfully
emits such a warning. But here it's on purpose. Simply changing the memory
address to 1 makes gcc happy.
1 file changed