From 50a17cd13b19318b80a9a47926157492e95fb045 Mon Sep 17 00:00:00 2001 From: Thiago Auler Date: Mon, 20 Nov 2017 12:35:05 -0200 Subject: [PATCH] creating interface i/o functions --- src/opcodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opcodes.c b/src/opcodes.c index 29bc5d7..c4e3f2d 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -261,7 +261,7 @@ void bpl() } } -void bkk() +void brk() { // force break I_SET;