git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
includes
/
arch
/
x86
/
interrupts.h
diff --git
a/lunaix-os/includes/arch/x86/interrupts.h
b/lunaix-os/includes/arch/x86/interrupts.h
index f1684a8ad1398d52919a4a28d41c01457ecfb886..6d3c4b1183f1b8bec5be4d5f981b9f15338ac106 100644
(file)
--- a/
lunaix-os/includes/arch/x86/interrupts.h
+++ b/
lunaix-os/includes/arch/x86/interrupts.h
@@
-36,13
+36,13
@@
typedef struct
struct exec_param
{
isr_param saved_prev_ctx;
struct exec_param
{
isr_param saved_prev_ctx;
- u
nsigned in
t vector;
- u
nsigned in
t err_code;
- u
nsigned in
t eip;
- u
nsigned in
t cs;
- u
nsigned in
t eflags;
- u
nsigned in
t esp;
- u
nsigned in
t ss;
+ u
32_
t vector;
+ u
32_
t err_code;
+ u
32_
t eip;
+ u
32_
t cs;
+ u
32_
t eflags;
+ u
32_
t esp;
+ u
32_
t ss;
} __attribute__((packed));
#define ISR_PARAM_SIZE sizeof(isr_param)
} __attribute__((packed));
#define ISR_PARAM_SIZE sizeof(isr_param)