Skip to content

Commit

Permalink
libia2: remove outdated preprocessor #warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrtonm committed Nov 12, 2024
1 parent 901771f commit f2e0b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/libia2/include/ia2_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ asm(".macro movz_shifted_tag_x18 tag\n"
return out; \
}
#elif defined(__aarch64__)
#warning "libia2 does not implement return_stackptr_if_compartment yet"
#define return_stackptr_if_compartment(compartment) \
if (tag == compartment) { \
void *out; \
Expand Down

0 comments on commit f2e0b98

Please sign in to comment.