mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 06:40:18 +00:00
fix clang build
This commit is contained in:
parent
557e268425
commit
3ce5f95716
@ -36,13 +36,13 @@ void RTNAME(AllocatableInitDerived)(Descriptor &descriptor,
|
||||
}
|
||||
|
||||
void RTNAME(AllocatableAssign)(Descriptor &to, const Descriptor & /*from*/) {
|
||||
INTERNAL_CHECK(!"AllocatableAssign is not yet implemented");
|
||||
INTERNAL_CHECK(false); // AllocatableAssign is not yet implemented
|
||||
}
|
||||
|
||||
int RTNAME(MoveAlloc)(Descriptor &to, const Descriptor & /*from*/,
|
||||
bool /*hasStat*/, Descriptor * /*errMsg*/, const char * /*sourceFile*/,
|
||||
int /*sourceLine*/) {
|
||||
INTERNAL_CHECK(!"MoveAlloc is not yet implemented");
|
||||
INTERNAL_CHECK(false); // MoveAlloc is not yet implemented
|
||||
return StatOk;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user