From 756127d09602cadc61634f207bbea473a89849e2 Mon Sep 17 00:00:00 2001 From: refraction Date: Fri, 10 Apr 2009 13:29:20 +0000 Subject: [PATCH] Fixed recently discovered bug from VIF which could have potentially happened anywhere jNODEFAULT is used (nobody noticed lol) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@946 96395faa-99c1-11dd-bbfe-3dabce05a288 --- common/include/PS2Etypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/include/PS2Etypes.h b/common/include/PS2Etypes.h index 705d22aa46..6f652e8736 100644 --- a/common/include/PS2Etypes.h +++ b/common/include/PS2Etypes.h @@ -55,8 +55,6 @@ // disable the default case in a switch #define jNO_DEFAULT \ { \ - break; \ - \ default: \ jASSUME(0); \ break; \