Remove convert_{to,from}_virtual members from target structs.

This commit is contained in:
John Gilmore
1992-09-18 09:56:28 +00:00
parent dcc8abceed
commit a03d4f8e65
13 changed files with 28 additions and 29 deletions

View File

@@ -1332,7 +1332,7 @@ static struct target_ops udi_ops = {
udi_open, udi_close,
udi_attach, udi_detach, udi_resume, udi_wait,
udi_fetch_registers, udi_store_registers,
udi_prepare_to_store, 0, 0, /* conv_to, conv_from */
udi_prepare_to_store,
udi_xfer_inferior_memory,
udi_files_info,
udi_insert_breakpoint, udi_remove_breakpoint, /* Breakpoints */