Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
efb7aa9a
Commit
efb7aa9a
authored
May 24, 2020
by
Jean-Claude Beaudoin
Browse files
Complete removal of redundant FFI basic types.
parent
5be42631
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/c/arch/ffi_arm.d
View file @
efb7aa9a
...
@@ -68,8 +68,6 @@ mkcl_fficall_push_arg(MKCL, union mkcl_ffi_values *data, enum mkcl_ffi_tag type)
...
@@ -68,8 +68,6 @@ mkcl_fficall_push_arg(MKCL, union mkcl_ffi_values *data, enum mkcl_ffi_tag type)
case
MKCL_FFI_LONG
:
case
MKCL_FFI_LONG
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_UNSIGNED_LONG
:
case
MKCL_FFI_UNSIGNED_LONG
:
case
MKCL_FFI_INT32_T
:
case
MKCL_FFI_UINT32_T
:
case
MKCL_FFI_POINTER_VOID
:
case
MKCL_FFI_POINTER_VOID
:
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_OBJECT
:
case
MKCL_FFI_OBJECT
:
...
@@ -286,8 +284,6 @@ mkcl_dynamic_callback_execute(mkcl_object cbk_info, char *arg_buffer)
...
@@ -286,8 +284,6 @@ mkcl_dynamic_callback_execute(mkcl_object cbk_info, char *arg_buffer)
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_INT
:
case
MKCL_FFI_INT
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_INT32_T
:
case
MKCL_FFI_UINT32_T
:
case
MKCL_FFI_LONG
:
case
MKCL_FFI_LONG
:
case
MKCL_FFI_UNSIGNED_LONG
:
case
MKCL_FFI_UNSIGNED_LONG
:
i
=
output
.
i
;
i
=
output
.
i
;
...
...
src/c/arch/ffi_x86.d
View file @
efb7aa9a
...
@@ -233,8 +233,6 @@ mkcl_dynamic_callback_execute(mkcl_object cbk_info, char *arg_buffer)
...
@@ -233,8 +233,6 @@ mkcl_dynamic_callback_execute(mkcl_object cbk_info, char *arg_buffer)
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_CSTRING
:
case
MKCL_FFI_INT
:
case
MKCL_FFI_INT
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_UNSIGNED_INT
:
case
MKCL_FFI_INT32_T
:
case
MKCL_FFI_UINT32_T
:
case
MKCL_FFI_LONG
:
case
MKCL_FFI_LONG
:
case
MKCL_FFI_UNSIGNED_LONG
:
case
MKCL_FFI_UNSIGNED_LONG
:
i
=
output
.
i
;
i
=
output
.
i
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment