Loading basic_op/basop32.c +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ void print_stack(void) { } #else void print_stack(void) { printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX"); printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX\n"); } #endif Loading Loading
basic_op/basop32.c +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ void print_stack(void) { } #else void print_stack(void) { printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX"); printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX\n"); } #endif Loading