mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Silence warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
317848f4a1
commit
1e3a5772d8
@ -2429,7 +2429,7 @@ private:
|
|||||||
EOL("Length of Common Information Entry");
|
EOL("Length of Common Information Entry");
|
||||||
|
|
||||||
EmitLabel("frame_common_begin", 0);
|
EmitLabel("frame_common_begin", 0);
|
||||||
EmitInt32(DW_CIE_ID); EOL("CIE Identifier Tag");
|
EmitInt32((int)DW_CIE_ID); EOL("CIE Identifier Tag");
|
||||||
EmitInt8(DW_CIE_VERSION); EOL("CIE Version");
|
EmitInt8(DW_CIE_VERSION); EOL("CIE Version");
|
||||||
EmitString(""); EOL("CIE Augmentation");
|
EmitString(""); EOL("CIE Augmentation");
|
||||||
EmitULEB128Bytes(1); EOL("CIE Code Alignment Factor");
|
EmitULEB128Bytes(1); EOL("CIE Code Alignment Factor");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user