From 0fc79103f8023edc1f37b0b7ef3af3b5426bc7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Sun, 12 Feb 2017 21:51:20 +0100 Subject: [PATCH] Well, once again... --- src/instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instruction.h b/src/instruction.h index 9b380cc..e5d1c5c 100644 --- a/src/instruction.h +++ b/src/instruction.h @@ -67,6 +67,6 @@ bool assemble_single_buf(uint8_t **, uint8_t *, const char *, addressing_t, uint assembler_t assemble_init(bus_t *, uint16_t); bool assemble_single(assembler_t *, const char *, addressing_t, uint8_t, uint8_t); -bool assemble_single_buf_implied(uint8_t **, uint8_t *, const char *); +bool assemble_single_implied(uint8_t **, uint8_t *, const char *); #endif /* _INSTRUCTION_H_ */