mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Silence warning.
llvm-svn: 32834
This commit is contained in:
parent
2b39939053
commit
c0dfc41747
@ -2429,7 +2429,7 @@ private:
|
||||
EOL("Length of Common Information Entry");
|
||||
|
||||
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");
|
||||
EmitString(""); EOL("CIE Augmentation");
|
||||
EmitULEB128Bytes(1); EOL("CIE Code Alignment Factor");
|
||||
|
Loading…
Reference in New Issue
Block a user