mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19649 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8b6f68a55
commit
e9fe2bcac2
@ -48,8 +48,7 @@ struct X86AddressMode {
|
||||
unsigned Disp;
|
||||
GlobalValue *GV;
|
||||
|
||||
X86AddressMode() : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0),
|
||||
GV(NULL) {
|
||||
X86AddressMode() : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(0) {
|
||||
Base.Reg = 0;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user