Skip to content

Commit 5a8215c

Browse files
crabtwbrson
authored andcommitted
---
yaml --- r: 6984 b: refs/heads/master c: d4884b6 h: refs/heads/master v: v3
1 parent fed5c26 commit 5a8215c

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: a59c4b1b47b84879edfc43e7278553105930f0e2
2+
refs/heads/master: d4884b6c6e3ea6b4b9da305eb48250179448ad31

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C" void __morestack(void *args, void *fn_ptr, uintptr_t stack_ptr);
3232
class context {
3333
public:
3434
#ifdef __FreeBSD__
35-
registers_t regs __attribute__(aligned(16));
35+
registers_t regs __attribute__((aligned(16)));
3636
#else
3737
registers_t regs;
3838
#endif

0 commit comments

Comments
 (0)