curses: Remove OpenBSD workaround
[qemu.git] / target-unicore32 / machine.c
blob60b2ec177133b29ed6029e990d49ec602045d283
1 /*
2 * Generic machine functions for UniCore32 ISA
4 * Copyright (C) 2010-2012 Guan Xuetao
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation, or any later version.
9 * See the COPYING file in the top-level directory.
11 #include "hw/hw.h"
13 void cpu_save(QEMUFile *f, void *opaque)
15 hw_error("%s not supported yet.\n", __func__);
18 int cpu_load(QEMUFile *f, void *opaque, int version_id)
20 hw_error("%s not supported yet.\n", __func__);
22 return 0;