Ticket #45904: PR-44170.patch
File PR-44170.patch, 523 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
src/x86/win32.S
old new 1184 1184 1185 1185 #if defined(X86_WIN32) && !defined(__OS2__) 1186 1186 .section .eh_frame,"w" 1187 #endif1188 1187 .Lframe1: 1189 1188 .LSCIE1: 1190 1189 .long .LECIE1-.LASCIE1 /* Length of Common Information Entry */ … … 1343 1342 /* End of DW_CFA_xxx CFI instructions. */ 1344 1343 .align 4 1345 1344 .LEFDE5: 1345 #endif /* defined(X86_WIN32) && !defined(__OS2__), for the eh_frame */ 1346 1346 1347 1347 #endif /* !_MSC_VER */ 1348 1348