mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Adjustments to get rid of some compiler warnings
This commit is contained in:
parent
22769f2234
commit
41d0be6b95
31 changed files with 317 additions and 326 deletions
|
@ -229,7 +229,6 @@ AddrSpace *Architecture::getSpaceBySpacebase(const Address &loc,int4 size) const
|
|||
}
|
||||
}
|
||||
throw LowlevelError("Unable to find entry for spacebase register");
|
||||
return (AddrSpace *)0;
|
||||
}
|
||||
|
||||
/// Look-up the laned register record associated with a specific storage location. Currently, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue