Formatting.
This commit is contained in:
@@ -507,7 +507,7 @@ void UserModule::Dump() {
|
||||
case XEX_HEADER_LAN_KEY: {
|
||||
sb.AppendFormat(" XEX_HEADER_LAN_KEY:");
|
||||
auto opt_lan_key =
|
||||
reinterpret_cast<const xex2_opt_lan_key*>(opt_header_ptr);
|
||||
reinterpret_cast<const xex2_opt_lan_key*>(opt_header_ptr);
|
||||
|
||||
for (int l = 0; l < 16; l++) {
|
||||
sb.AppendFormat(" %.2X", opt_lan_key->key[l]);
|
||||
|
||||
@@ -1415,7 +1415,6 @@ void RegisterThreadingExports(xe::cpu::ExportResolver* export_resolver,
|
||||
SHIM_SET_MAPPING("xboxkrnl.exe", KeTlsGetValue, state);
|
||||
SHIM_SET_MAPPING("xboxkrnl.exe", KeTlsSetValue, state);
|
||||
|
||||
|
||||
SHIM_SET_MAPPING("xboxkrnl.exe", NtCreateSemaphore, state);
|
||||
SHIM_SET_MAPPING("xboxkrnl.exe", NtReleaseSemaphore, state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user