]> git.eshelyaron.com Git - emacs.git/commit
Minor type and signature fixes in jit.c feature/libjit
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Sep 2018 16:10:36 +0000 (19:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Sep 2018 16:10:36 +0000 (19:10 +0300)
commita25a9896d51bbf340675713bc45d15e3846fb816
treeda48b20a97c13662dade35a4106b5a2be421d0d8
parent9efa35eea067199a4cd0a773da6dd1304410daba
Minor type and signature fixes in jit.c

* src/jit.c (get_type) [!USE_LSB_TAG]: Use jit_type_void_ptr
for 'shift'.
(compile_wrong_type_argument): Use the correct signature for
wrong_type_argument native calls.
src/jit.c