Author: pschweitzer
Date: Sun May 4 09:43:38 2014
New Revision: 63151
URL:
http://svn.reactos.org/svn/reactos?rev=63151&view=rev
Log:
[PSEH2]
Properly declare with register
Modified:
trunk/rostests/tests/pseh2/psehtest.c
Modified: trunk/rostests/tests/pseh2/psehtest.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/tests/pseh2/psehtest.c?re…
==============================================================================
--- trunk/rostests/tests/pseh2/psehtest.c [iso-8859-1] (original)
+++ trunk/rostests/tests/pseh2/psehtest.c [iso-8859-1] Sun May 4 09:43:38 2014
@@ -2458,7 +2458,7 @@
#ifndef __cplusplus
DEFINE_TEST(test_unvolatile_3)
{
- int register val1 = 0, val2 = 0;
+ register int val1 = 0, val2 = 0;
_SEH2_TRY
{