]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/arch-x86/regs.h
update
[polintos/scott/priv.git] / kernel / include / arch-x86 / regs.h
index 90c21779a37b2a911c591c192ee58bbe8a24903c..70136588246bb5bbdc3f368ca415e22f7adf5d5e 100644 (file)
@@ -5,15 +5,7 @@ namespace Arch {
 namespace Priv {
        struct Regs {
                u32 ds, es;
-       
-               union {
-                       struct {
-                               u32 eax, ecx, edx, ebx, ebp, esi, edi;
-                       };
-                       
-                       u32 gpr[8];
-               };
-               
+               u32 eax, ecx, edx, ebx, ebp, esi, edi;
                u32 eip, cs, eflags, user_esp, user_ss;
        };
 }};