aboutsummaryrefslogtreecommitdiff
path: root/helper.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-24 04:51:55 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-24 04:51:55 +0100
commit997cb1c39c603512b7db760e9537c39ea3c68a38 (patch)
treeb09df18114389b331a8b07254c78f881afb222b5 /helper.c
parent5a47d63887a0878243b17799b19c4a0f76d3756d (diff)
downloadlibasm_test-997cb1c39c603512b7db760e9537c39ea3c68a38.tar.gz
libasm_test-997cb1c39c603512b7db760e9537c39ea3c68a38.tar.bz2
libasm_test-997cb1c39c603512b7db760e9537c39ea3c68a38.zip
Added reference bonus functions to test against assembly one
Diffstat (limited to 'helper.c')
-rw-r--r--helper.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/helper.c b/helper.c
index 1808628..ebfa232 100644
--- a/helper.c
+++ b/helper.c
@@ -9,13 +9,6 @@ print_ok(void)
}
void
-print_stack_alignment_error(void)
-{
- printf("KO: [STACK ALIGNMENT]: %s\n", test_name);
- fflush(stdout);
-}
-
-void
print_signaled_ko(void)
{
printf("KO: [SEGFAULT]: %s\n", test_name);