Skip to content

Commit

Permalink
docs: Fix duplicated var declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Povišer <[email protected]>
  • Loading branch information
povik committed Jan 27, 2024
1 parent c0c2e8d commit dc369d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ for 1 {
i = memio(pc, undef, undef, 0);
pc_sample = pc;
pc = pc + 4;
var opcode [7];
opcode = i[6..0];
print("[%08x] %08x\n", pc_sample, i);
Expand Down

0 comments on commit dc369d8

Please sign in to comment.