mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-27 15:15:34 +00:00
remove more x64 stubs
This commit is contained in:
@@ -1100,7 +1100,7 @@ void ConsoleSaveFileSplit::MoveDataBeyond(FileEntry* file,
|
||||
// Needs to be clamped to the end of our region
|
||||
uiCopyEnd = uiFromEnd;
|
||||
}
|
||||
XMemCpy((void*)(uiCopyStart + nNumberOfBytesToWrite),
|
||||
memcpy((void*)(uiCopyStart + nNumberOfBytesToWrite),
|
||||
(void*)uiCopyStart, uiCopyEnd - uiCopyStart);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user