diff --git a/MC6809/MC6809.cs b/MC6809/MC6809.cs index a3526c7..ab08006 100644 --- a/MC6809/MC6809.cs +++ b/MC6809/MC6809.cs @@ -700,7 +700,7 @@ this.Jump(destination); } - return condition; + return condition; } private bool Branch(Register16 destination, bool condition) => this.Branch(destination.Word, condition);