mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
Static-ify function.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3381 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c732abe222
commit
ea6fd42fa2
1 changed files with 4 additions and 3 deletions
|
|
@ -64,9 +64,10 @@ static CPUReadMemoryFunc *mips_qemu_read[] = {
|
|||
|
||||
static int mips_qemu_iomemtype = 0;
|
||||
|
||||
void load_kernel (CPUState *env, int ram_size, const char *kernel_filename,
|
||||
const char *kernel_cmdline,
|
||||
const char *initrd_filename)
|
||||
static void load_kernel (CPUState *env, int ram_size,
|
||||
const char *kernel_filename,
|
||||
const char *kernel_cmdline,
|
||||
const char *initrd_filename)
|
||||
{
|
||||
int64_t entry, kernel_low, kernel_high;
|
||||
long kernel_size, initrd_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue