diff options
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r-- | src/cpu/qemu-x86/qemu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/qemu-x86/qemu.c b/src/cpu/qemu-x86/qemu.c index c0a3afe11c..06696c803f 100644 --- a/src/cpu/qemu-x86/qemu.c +++ b/src/cpu/qemu-x86/qemu.c @@ -13,7 +13,7 @@ static struct device_operations cpu_dev_ops = { static const struct cpu_device_id cpu_table[] = { { X86_VENDOR_ANY, 0, 0 }, - { 0, 0, 0 }, + CPU_TABLE_END }; static const struct cpu_driver driver __cpu_driver = { |