mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[PSEH2]
Properly declare with register svn path=/trunk/; revision=63151
This commit is contained in:
parent
984e312a11
commit
9c0ff4b952
1 changed files with 1 additions and 1 deletions
|
@ -2458,7 +2458,7 @@ DEFINE_TEST(test_unvolatile_2)
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
DEFINE_TEST(test_unvolatile_3)
|
DEFINE_TEST(test_unvolatile_3)
|
||||||
{
|
{
|
||||||
int register val1 = 0, val2 = 0;
|
register int val1 = 0, val2 = 0;
|
||||||
|
|
||||||
_SEH2_TRY
|
_SEH2_TRY
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue