Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill two useless calls: SIMIX_process_get_host & simcall_process_get_host
[simgrid.git] / src / simix / popping_generated.cpp
index 3e13053..cbfcc02 100644 (file)
@@ -433,7 +433,7 @@ case SIMCALL_RUN_BLOCKING:
     case SIMCALL_NONE:
       THROWF(arg_error,0,"Asked to do the noop syscall on %s@%s",
           SIMIX_process_get_name(simcall->issuer),
-          sg_host_get_name(SIMIX_process_get_host(simcall->issuer))
+          sg_host_get_name(simcall->issuer->host)
           );
       break;