Don't use register keyword

This commit is contained in:
twinaphex
2017-12-24 19:35:07 +01:00
parent 5b9b57ee3e
commit 221c1fae87

View File

@@ -1,9 +1,9 @@
uint8 *C;
register uint8 cc;
uint8 cc;
uint32 vadr;
#ifndef PPUT_MMC5SP
register uint8 zz;
uint8 zz;
#else
uint8 xs, ys;
xs = X1;