update commented-out debug print
This commit is contained in:
parent
a9737c22ea
commit
3be97e6f61
@ -463,7 +463,7 @@ FORCE_INLINE u64 i64abs(i64 x) { return x<0?-x:x; }
|
||||
|
||||
|
||||
void genObj(B o, B c, bool anyMut, void* ptr) {
|
||||
// printFFIType(stdout,ent.o); printf(" = "); print(c); printf("\n");
|
||||
// printFFIType(stdout,o); printf(" = "); print(c); printf("\n");
|
||||
if (isC32(o)) { // scalar
|
||||
u32 t = o2cG(o);
|
||||
f64 f = c.f;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user