From: Pierre Schweitzer Date: Sun, 4 May 2014 09:43:38 +0000 (+0000) Subject: [PSEH2] X-Git-Tag: backups/0.3.17@66124~1388 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9c0ff4b9521442c02cd79c2e988a0c70dfcfb620;ds=sidebyside [PSEH2] Properly declare with register svn path=/trunk/; revision=63151 --- diff --git a/rostests/tests/pseh2/psehtest.c b/rostests/tests/pseh2/psehtest.c index 3fc2160efa3..60d6d454e28 100644 --- a/rostests/tests/pseh2/psehtest.c +++ b/rostests/tests/pseh2/psehtest.c @@ -2458,7 +2458,7 @@ DEFINE_TEST(test_unvolatile_2) #ifndef __cplusplus DEFINE_TEST(test_unvolatile_3) { - int register val1 = 0, val2 = 0; + register int val1 = 0, val2 = 0; _SEH2_TRY {