libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libjit] JIT_ALIGN_CHAR missing?


From: Peng Yu
Subject: [Libjit] JIT_ALIGN_CHAR missing?
Date: Wed, 20 Feb 2019 22:30:37 -0600

Hi,

Only find the appearance of JIT_ALIGN_CHAR once.

$ ack JIT_ALIGN_CHAR
jit/jit-internal.h
135:#define     JIT_ALIGN_CHAR                  _JIT_ALIGN_FOR_TYPE(char)

It requires `_JIT_ALIGN_CHECK_TYPE(jit_char, char);` which is not
found in jit/jit-internal.h as seen below.

http://git.savannah.gnu.org/cgit/libjit.git/tree/jit/jit-internal.h#n105

Is this a bug?

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]