diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-03 14:15:23 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-03 14:15:23 +0100 |
commit | 36b10a531845bfd2b28ea279e352608c4133ad4c (patch) | |
tree | 29ac1bd00a47e51f18df6b22ffb7ff86971fd383 /src | |
parent | 3b18081f6cd84813b7fc142ae6e6ffe2f37bebeb (diff) | |
parent | 4cd812baa205a70e7dabec57b5be81f5353e6027 (diff) |
Merge branch 'master' of https://github.com/noddybox/casm
Diffstat (limited to 'src')
-rwxr-xr-x | src/65c816.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/65c816.c b/src/65c816.c index a72491f..7469506 100755 --- a/src/65c816.c +++ b/src/65c816.c @@ -588,7 +588,7 @@ do { \ case DIRECT_PAGE: \ PCWrite(base + 0x05); \ PCWrite(address); \ - break; \ + return CMD_OK; \ \ case DIRECT_PAGE_INDIRECT_LONG: \ PCWrite(base + 0x07); \ |