From 0bc839ea6f4b22514bccd8e6532301cd4c3970a5 Mon Sep 17 00:00:00 2001 From: Jorge Gorbe Date: Thu, 6 Sep 2012 22:02:42 +0200 Subject: [PATCH] whitespace fix --- core/opcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/opcodes.h b/core/opcodes.h index d5eab5d..f9fa14a 100644 --- a/core/opcodes.h +++ b/core/opcodes.h @@ -266,7 +266,7 @@ set_flag_if(regs.reg == 0, ZERO_FLAG); \ reset_flag(ADD_SUB_FLAG); \ reset_flag(HALF_CARRY_FLAG); \ - set_flag_if(bit7, CARRY_FLAG); \ + set_flag_if(bit7, CARRY_FLAG); \ cycles_until_next_instruction = 8; \ break; \ } -- 2.34.1