Skip to content
Snippets Groups Projects
Unverified Commit aab68674 authored by Morph's avatar Morph Committed by GitHub
Browse files

Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rust

dmnt:cht: fix copy-paste error
parents 7f1c6def eb0713f7
No related branches found
No related tags found
No related merge requests found
...@@ -761,7 +761,7 @@ void DmntCheatVm::Execute(const CheatProcessMetadata& metadata) { ...@@ -761,7 +761,7 @@ void DmntCheatVm::Execute(const CheatProcessMetadata& metadata) {
u64 src_address = u64 src_address =
GetCheatProcessAddress(metadata, begin_cond->mem_type, begin_cond->rel_address); GetCheatProcessAddress(metadata, begin_cond->mem_type, begin_cond->rel_address);
u64 src_value = 0; u64 src_value = 0;
switch (store_static->bit_width) { switch (begin_cond->bit_width) {
case 1: case 1:
case 2: case 2:
case 4: case 4:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment