mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
remove obsolete return type
This commit is contained in:
parent
8ed4489430
commit
fa8bc21852
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ static void show_registers(int id, struct kvm_regs* regs, struct kvm_sregs* sreg
|
|||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
static int print_registers(void)
|
||||
static void print_registers(void)
|
||||
{
|
||||
struct kvm_regs regs;
|
||||
struct kvm_sregs sregs;
|
||||
|
|
Loading…
Add table
Reference in a new issue