sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / ppc / hw_eeprom.c
index 5092984369e1e3d603e92231351947626828e537..069103b5ff84cbc0bfc420c9715facbe82b90b40 100644 (file)
@@ -735,7 +735,7 @@ static void
 hw_eeprom_instance_delete(device_instance *instance)
 {
   hw_eeprom_instance *data = device_instance_data(instance);
-  zfree(data);
+  free(data);
 }
 
 static int
This page took 0.02426 seconds and 4 git commands to generate.