Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 14, 2024
1 parent d816ac5 commit f985e31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ inline peb *nt_get_current_peb() noexcept
if constexpr (sizeof(::std::size_t) == sizeof(::std::uint_least32_t))
{
teb *pteb;
__asm__("{MRC p15, 0, %0, c13, c0, 2}" : "=r"(pteb));
__asm__("MRC p15, 0, %0, c13, c0, 2" : "=r"(pteb));
return pteb->ProcessEnvironmentBlock;
}
else
Expand Down

0 comments on commit f985e31

Please sign in to comment.