Skip to content

Commit ad596df

Browse files
committed
---
yaml --- r: 7067 b: refs/heads/master c: 295df68 h: refs/heads/master i: 7065: d565ebf 7063: 8ece065 v: v3
1 parent 698191d commit ad596df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: fefae72a53a61c256481328ed29aafb725056f5c
2+
refs/heads/master: 295df68faf1e881d7fda09406f47bb99ef7f4d43

trunk/src/rt/arch/i386/context.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct registers_t {
2727
uint32_t eflags;
2828

2929
uint32_t eip;
30-
};
30+
} __attribute__((aligned(16)));
3131

3232
extern "C" void __morestack(void *args, void *fn_ptr, uintptr_t stack_ptr);
3333

0 commit comments

Comments
 (0)