diff options
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/xmix_vm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/xmix_vm.c b/mixlib/xmix_vm.c index 9eede01..72ccd73 100644 --- a/mixlib/xmix_vm.c +++ b/mixlib/xmix_vm.c @@ -25,9 +25,9 @@ /* auxiliar functions */ G_INLINE_FUNC mix_address_t -get_M_(const mix_vm_t *vm, const mix_ins_t *ins); +get_M_ (const mix_vm_t *vm, const mix_ins_t *ins); G_INLINE_FUNC mix_word_t -get_V_(const mix_vm_t *vm, const mix_ins_t *ins); +get_V_ (const mix_vm_t *vm, const mix_ins_t *ins); G_INLINE_FUNC mix_device_t * get_dev_ (mix_vm_t *vm, mix_fspec_t type); |