mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix -Wcast-qual warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101894 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acfb70f750
commit
7c43f4357d
@ -813,8 +813,7 @@ _Unwind_Reason_Code ourPersonality(int version,
|
||||
}
|
||||
#endif
|
||||
|
||||
const uint8_t* lsda = (uint8_t*)
|
||||
_Unwind_GetLanguageSpecificData(context);
|
||||
const uint8_t* lsda = _Unwind_GetLanguageSpecificData(context);
|
||||
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user