update C header files to clang 13 rc1
This commit is contained in:
7
lib/include/uintrintrin.h
vendored
7
lib/include/uintrintrin.h
vendored
@@ -20,6 +20,13 @@
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
struct __uintr_frame
|
||||
{
|
||||
unsigned long long rip;
|
||||
unsigned long long rflags;
|
||||
unsigned long long rsp;
|
||||
};
|
||||
|
||||
/// Clears the user interrupt flag (UIF). Its effect takes place immediately: a
|
||||
/// user interrupt cannot be delivered on the instruction boundary following
|
||||
/// CLUI. Can be executed only if CR4.UINT = 1, the logical processor is in
|
||||
|
||||
Reference in New Issue
Block a user