Skip to content

Commit

Permalink
fixup! make compatible with nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jul 4, 2022
1 parent edb21b5 commit 3b4fa48
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 3b4fa48

Please sign in to comment.