mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Unbreak build, you can't take a pointer from a "register" variable. Most compilers ignore this keyword anyways.
Also remove a typedef that typedefs nothing. llvm-svn: 114083
This commit is contained in:
@@ -119,7 +119,7 @@ DWARFDebugInfoEntry::FastExtract
|
||||
|
||||
if (abbrCode)
|
||||
{
|
||||
register uint32_t offset = *offset_ptr;
|
||||
uint32_t offset = *offset_ptr;
|
||||
|
||||
m_abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration(abbrCode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user