lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/lib/jit_ia64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jit_ia64.c')
-rw-r--r--lib/jit_ia64.c 5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/jit_ia64.c b/lib/jit_ia64.c
index 0a9eccd..e8eee8a 100644
--- a/lib/jit_ia64.c
+++ b/lib/jit_ia64.c
@@ -859,6 +859,11 @@ _emit_code(jit_state_t *_jit)
#endif
jit_regarg_set(node, value);
switch (node->code) {
+ case jit_code_align:
+ assert(!(node->u.w & (node->u.w - 1)) &&
+ node->u.w <= sizeof(jit_word_t));
+ /* nothing done */
+ break;
case jit_code_note: case jit_code_name:
sync();
node->u.w = _jit->pc.w;
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月18日 16:28:39 +0000

AltStyle によって変換されたページ (->オリジナル) /