fmt
This commit is contained in:
parent
7beb9e284b
commit
26c68379d0
1 changed files with 3 additions and 2 deletions
|
@ -36,6 +36,7 @@ int64_t write_block(intptr_t *block, int64_t n, intptr_t v) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void add_eight_int(int64_t x1,int64_t x2,int64_t x3,int64_t x4,int64_t x5, int64_t x6,int64_t x7,int64_t x8) {
|
||||
void add_eight_int(int64_t x1, int64_t x2, int64_t x3, int64_t x4, int64_t x5,
|
||||
int64_t x6, int64_t x7, int64_t x8) {
|
||||
return observe_int(x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8);
|
||||
}
|
||||
|
|
Reference in a new issue