diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index a398c65c..5865e30d 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,8 +13,8 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 376, - BUILD_DATE => "2012-08-12", + BUILD_REVISION => 377, + BUILD_DATE => "2012-08-15", }; 1; diff --git a/modules/compiler_vm/prelude.h b/modules/compiler_vm/prelude.h index 8dd9016e..0e86fb52 100644 --- a/modules/compiler_vm/prelude.h +++ b/modules/compiler_vm/prelude.h @@ -92,7 +92,7 @@ __attribute__ (( constructor )) static void printf_binary_register(void) #define STR(s) #s #define REVEAL(s) STR(s) -void gdb() {} +void gdb() { asm(""); } #define dump(expression) gdb("print " #expression) #define print(expression) gdb("print " #expression) #define ptype(expression) gdb("ptype " #expression)