commit 86fb1e4592b3999d4e557103bd3c2360482ff03a
parent b2abb3d38c3ad0045901b328d9ebf678c0a84af7
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 25 May 2021 20:13:23 +0200
make the class template more correct
src/sheepy.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sheepy.h b/src/sheepy.h
@@ -302,7 +302,7 @@ local void finishClassTemplate(classTemplatet **self) {\n\
\n\
register u64 rsp asm(\"rsp\");\n\
if ((u64)*self > rsp) {\n\
- logW(\"Probably trying to free a classTemplate on stack: \"BLD\"%p\"RST\" sp: \"BLD\"%p\"RST, *self, rsp);\n\
+ logW(\"Probably trying to free a classTemplate on stack: \"BLD PRIx64 RST\" sp: \"BLD PRIx64 RST, *self, rsp);\n\
logBtrace;\n\
}\n\
else {\n\