port to 64bit. Some gcc 4.4 warning fixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@835 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-12-06 17:03:58 +00:00
parent 71f68165b6
commit b8a1c09ad1
19 changed files with 102 additions and 80 deletions

View file

@ -917,7 +917,7 @@ OP_DJNZ:
OP(0x18): // JR n
OP_JR:
adr = (INT8)READ_ARG();
PC += adr;
PC += (INT8)adr;
RET(12)
OP(0x20): // JR NZ,n