mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Wrap long lines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4440 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8686c490f7
commit
77f193daa8
13 changed files with 395 additions and 200 deletions
|
@ -68,7 +68,8 @@ static uint32_t sun4c_intctl_mem_readb(void *opaque, target_phys_addr_t addr)
|
|||
return ret;
|
||||
}
|
||||
|
||||
static void sun4c_intctl_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
|
||||
static void sun4c_intctl_mem_writeb(void *opaque, target_phys_addr_t addr,
|
||||
uint32_t val)
|
||||
{
|
||||
Sun4c_INTCTLState *s = opaque;
|
||||
|
||||
|
@ -94,7 +95,8 @@ void sun4c_pic_info(void *opaque)
|
|||
{
|
||||
Sun4c_INTCTLState *s = opaque;
|
||||
|
||||
term_printf("master: pending 0x%2.2x, enabled 0x%2.2x\n", s->pending, s->reg);
|
||||
term_printf("master: pending 0x%2.2x, enabled 0x%2.2x\n", s->pending,
|
||||
s->reg);
|
||||
}
|
||||
|
||||
void sun4c_irq_info(void *opaque)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue