]> Git Repo - qemu.git/blobdiff - net/eth.c
cpu/apic: drop icc bus/bridge
[qemu.git] / net / eth.c
index 1d7494d5e52c902732e62fef764ab1224dce4b3c..7c61132cbb1555638b523bc3b34178a78031fa15 100644 (file)
--- a/net/eth.c
+++ b/net/eth.c
@@ -73,7 +73,7 @@ eth_get_gso_type(uint16_t l3_proto, uint8_t *l3_hdr, uint8_t l4proto)
     }
 
     /* Unsupported offload */
-    assert(false);
+    g_assert_not_reached();
 
     return VIRTIO_NET_HDR_GSO_NONE | ecn_state;
 }
This page took 0.021682 seconds and 4 git commands to generate.