sPyOpenSource / jcore

This is the microkernel for Java OS
GNU General Public License v2.0
1 stars 0 forks source link

debug printf and exception messages don't work well #8

Open sPyOpenSource opened 4 years ago

sPyOpenSource commented 4 years ago

fixed: with printfhex

sPyOpenSource commented 4 years ago

printf with format doesn't work e.g.: printf("%s:%s:%s%s:%p:%ld:%ld", classInfo->definingLib->name, classInfo->name, method->name, method->signature, method->code, bytecodePos, lineNumber);