Searched hist:8563 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Dns_gige.ccdiff 12561:7227dc3a0715 Sun Feb 18 14:12:00 EST 2018 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> dev: Don't fall through into BRAR after RFDR case

If the switch block inside the RFDR case selects the non-default case
and breaks out, it will fall through into the BRAR case, which seems
incorrect. Put in a break to ensure that it breaks out of the parent
switch block as well.

Change-Id: Ie4cedf66954b7e8f4b884ad9e3a653968bbfaef7
Signed-off-by: Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com>
Reviewed-on: https://gem5-review.googlesource.com/8563
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/arch/mips/
H A Dfaults.hhdiff 8563:58cf8f4a7c33 Mon Sep 19 09:09:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> MIPS: Guard SystemCallFault::invoke consistently.

Make sure it's declared iff it's also defined.

Completed in 17 milliseconds