diff options
| author | Lenny Komow <lenny@lunarg.com> | 2017-10-06 11:13:15 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2017-10-06 11:19:03 -0600 |
| commit | ab1a511e62573305e23ae35beb280abb20797678 (patch) | |
| tree | 65d963b2f205d742d4230653182dec3b55b58ef9 /loader | |
| parent | 3e3d249fae2bef697f30c1e32f1e84ad259e688c (diff) | |
| download | usermoji-ab1a511e62573305e23ae35beb280abb20797678.tar.xz | |
loader: Fix TEXTREL on 32-bit linux loader
Change-Id: I5fc568ce0ad17c280c484f37b2797eead08169b3
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/unknown_ext_chain_gas.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/unknown_ext_chain_gas.asm b/loader/unknown_ext_chain_gas.asm index 798760bd..aca92ea5 100644 --- a/loader/unknown_ext_chain_gas.asm +++ b/loader/unknown_ext_chain_gas.asm @@ -89,7 +89,7 @@ vkPhysDevExtTermin\num: terminError\num: mov eax, [eax + INSTANCE_OFFSET_ICD_TERM] # Load the loader_instance into eax push [eax + (HASH_OFFSET_INSTANCE + (HASH_SIZE * \num) + FUNC_NAME_OFFSET_HASH)] # Push the func name (fifth arg) - push offset termin_error_string # Push the error string (fourth arg) + push offset termin_error_string@GOT # Push the error string (fourth arg) push 0 # Push zero (third arg) push VK_DEBUG_REPORT_ERROR_BIT_EXT # Push the error logging bit (second arg) push eax # Push the loader_instance (first arg) |
