Skip to content

Commit d4884b6

Browse files
crabtwbrson
authored andcommitted
forgot to add parentheses
1 parent a59c4b1 commit d4884b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arch/x86_64/context.h

Lines changed: 1 addition & 1 deletion
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)