Skip to content

Commit d30d0eb

Browse files
smokkuCopilot
andcommitted
Update src/tests/cputest.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d74ff14 commit d30d0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/cputest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ TEST_CASE("JSL jumps long") {
473473
// CPU reads first instruction
474474
pins |= W65816_RW | W65816_VPA | W65816_VDA;
475475

476-
static std::vector<uint8_t> stack;
476+
std::vector<uint8_t> stack;
477477

478478
int cycle = 0;
479479

0 commit comments

Comments
 (0)