reformat
This commit is contained in:
@ -36,10 +36,10 @@ struct ThreadState {
|
||||
void* esp;
|
||||
// nachfolgend die fluechtige Register
|
||||
// wichtig fuer preemptives Multitasking
|
||||
void *eax;
|
||||
void *ecx;
|
||||
void *edx;
|
||||
void *efl;
|
||||
void* eax;
|
||||
void* ecx;
|
||||
void* edx;
|
||||
void* efl;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user