Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 committed Nov 10, 2023
1 parent abd8f44 commit 34ea5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testdrv1/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ EXTERN_C
void
KCETBSOD()
{
#ifndef _ARM64_
__try
{
_asm
Expand All @@ -44,6 +45,7 @@ KCETBSOD()
{
printf("except in KCETBSOD\n");
}
#endif
}

EXTERN_C
Expand Down

0 comments on commit 34ea5fa

Please sign in to comment.