ull some long jibby-jab for iq_132

This commit is contained in:
dinkc64 2024-11-04 20:33:36 -05:00
parent 499ae1cfc7
commit cdb93c9667

View File

@ -21,9 +21,9 @@
#include "burnint.h" #include "burnint.h"
#include "hq_shared32.h" #include "hq_shared32.h"
const UINT64 reg_blank = 0x0000000000000000; const UINT64 reg_blank = 0x0000000000000000ULL;
const UINT64 const7 = 0x0000000700070007; const UINT64 const7 = 0x0000000700070007ULL;
const UINT64 treshold = 0x0000000000300706; const UINT64 treshold = 0x0000000000300706ULL;
void Interp1(unsigned char * pc, unsigned int c1, unsigned int c2) void Interp1(unsigned char * pc, unsigned int c1, unsigned int c2)
{ {