mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-26 07:34:14 +00:00
Missed "<" :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
531f01f878
commit
b93a7c9b66
@ -87,7 +87,7 @@ enum SymbolTypeMasks {
|
|||||||
|
|
||||||
/// Offsets of parts of type
|
/// Offsets of parts of type
|
||||||
enum Shifts {
|
enum Shifts {
|
||||||
N_BTSHFT = 4 /// Type is formed as (base + derived << N_BTSHIFT)
|
N_BTSHFT = 4 ///< Type is formed as (base + derived << N_BTSHIFT)
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user