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 1941cbd commit 50004aeCopy full SHA for 50004ae
modules/router/src/vga_tlm.cpp
@@ -18,7 +18,7 @@ void vga_tlm::do_when_read_transaction(unsigned char *&data, unsigned int data_l
18
}
19
else if ((address >= IMG_INPUT_ADDRESS_LO) && (address < IMG_INPUT_ADDRESS_HI))
20
{
21
- memcpy(data, (vga::tmp_img + address - IMG_INPUT_ADDRESS_LOW), data_length);
+ memcpy(data, (vga::tmp_img + address - IMG_INPUT_ADDRESS_LO), data_length);
22
23
24
0 commit comments