Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! make compatible with nasm
  • Loading branch information
RafaelGSS committed Jul 4, 2022
commit 3b4fa48c3da96cdab7650e54a24d45b8723644a2
4 changes: 2 additions & 2 deletions deps/openssl/openssl/crypto/perlasm/x86asm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ sub ::vprotd

sub ::endbranch
{
&::generic("#ifdef __CET__\n");
&::generic("%ifdef __CET__\n");
&::data_byte(0xf3,0x0f,0x1e,0xfb);
&::generic("#endif\n");
&::generic("%endif\n");
}

# label management
Expand Down