mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
fix typo
This commit is contained in:
parent
1a800ef228
commit
60babcc56e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const builtin = @import("builtin");
|
|||
const arch = builtin.cpu.arch;
|
||||
|
||||
// I couldn't manage to define this in a PIE friendly way with inline assembly.
|
||||
// Instead, I am definining it as global assembly functions.
|
||||
// Instead, I am defining it as global assembly functions.
|
||||
comptime {
|
||||
switch (arch) {
|
||||
.x86_64 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue