mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Thanks, Bill!
llvm-svn: 77240
This commit is contained in:
parent
acb73d4897
commit
3b5de0fa36
@ -20,7 +20,7 @@ namespace llvm {
|
||||
class MemoryObject {
|
||||
public:
|
||||
/// Destructor - Override as necessary.
|
||||
~MemoryObject() {
|
||||
virtual ~MemoryObject() {
|
||||
}
|
||||
|
||||
/// getBase - Returns the lowest valid address in the region.
|
||||
|
Loading…
x
Reference in New Issue
Block a user