Revision 5fafdf24 hw/pl080.c

b/hw/pl080.c
1
/* 
1
/*
2 2
 * Arm PrimeCell PL080/PL081 DMA controller
3 3
 *
4 4
 * Copyright (c) 2006 CodeSourcery.
......
111 111
                continue;
112 112
            flow = (ch->conf >> 11) & 7;
113 113
            if (flow >= 4) {
114
                cpu_abort(cpu_single_env, 
114
                cpu_abort(cpu_single_env,
115 115
                    "pl080_run: Peripheral flow control not implemented\n");
116 116
            }
117 117
            src_id = (ch->conf >> 1) & 0x1f;

Also available in: Unified diff