diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 29bfe1d..4561564 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -253,7 +253,7 @@ get_sim_inferior_data (struct inferior *inf, int sim_instance_needed) set_inferior_data (inf, sim_inferior_data_key, sim_data); /* Allocate a ptid for this inferior. */ - sim_data->remote_sim_ptid = ptid_build (next_pid, 0, next_pid); + sim_data->remote_sim_ptid = ptid_t (next_pid, 0, next_pid); next_pid++; /* Initialize the other instance variables. */ |