Skip to content

Commit

Permalink
Fix syscall name and header flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Dec 16, 2024
1 parent c0b3203 commit 57d47fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/0178-static-syscalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ None.
## Detailed Design

The following must go into effect if and only if a program indicates the SBPF
version XX or higher in its ELF header e_flags field, according to the
version `0x03` or higher in its ELF header e_flags field, according to the
specification of SIMD-0161.

### New syscall instruction
Expand Down Expand Up @@ -124,7 +124,7 @@ syscalls must strictly follow the numbering below.
| sol_get_clock_sysvar | 36 |
| sol_get_epoch_schedule_sysvar | 37 |
| sol_get_last_restart_slot | 38 |
| sol_get_epoch_rewards_slot | 39 |
| sol_get_epoch_rewards_sysvar | 39 |
| sol_get_fees_sysvar | 40 |
| sol_get_rent_sysvar | 41 |
|------------------------------------------|----------|
Expand Down

0 comments on commit 57d47fd

Please sign in to comment.