Clean up function move_to_abs_word() and rename to move_to_word()
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.
This commit is contained in:
@@ -201,7 +201,7 @@ static int already_done = 0;
|
||||
|
||||
/* words.c reg.c */
|
||||
global_table[STRSEARCH] = (Function_ptr) BX_strsearch;
|
||||
global_table[MOVE_TO_ABS_WORD] = (Function_ptr) BX_move_to_abs_word;
|
||||
global_table[MOVE_TO_WORD] = (Function_ptr) BX_move_to_word;
|
||||
global_table[MOVE_WORD_REL] = (Function_ptr) BX_move_word_rel;
|
||||
global_table[EXTRACT] = (Function_ptr) BX_extract;
|
||||
global_table[EXTRACT2] = (Function_ptr) BX_extract2;
|
||||
|
||||
Reference in New Issue
Block a user