We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7136674 commit 89303a5Copy full SHA for 89303a5
tests/vcomputer_test.cpp
@@ -61,6 +61,7 @@ class VComputer_test : public ::testing::Test {
61
trillek::DWord addr_id[3];
62
63
virtual void SetUp() {
64
+ std::memset((void*)rom, 0, 1024);
65
std::memmove ((void*)rom, (void*)dumy_str, std::strlen(dumy_str));
66
vc.SetROM(this->rom, 1024);
67
addr_id[0] = -1;
0 commit comments