ARM64/Linux: fix compile error 'cannot be narrowed to type int'
authorSaeHie Park <saehie.park@samsung.com>
Fri, 3 Jun 2016 01:40:51 +0000 (10:40 +0900)
committerSaeHie Park <saehie.park@samsung.com>
Fri, 3 Jun 2016 01:43:20 +0000 (10:43 +0900)
commitc1478dda13e04a58b3bf809a6e5e46f881811387
treed4962271c9ac847ab89e83888d3811f89c710598
parentb94df0b556358b2a76239a36d14ed7e63ba0804e
ARM64/Linux: fix compile error 'cannot be narrowed to type int'

This fixes ARM64 Linux compilation error
```
src/vm/gccover.cpp:1219:14: error: case value evaluates to 3134983650, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
        case INTERRUPT_INSTR_PROTECT_RET:
             ^
src/vm/gccover.h:105:41: note: expanded from macro 'INTERRUPT_INSTR_PROTECT_RET'
```

Commit migrated from https://github.com/dotnet/coreclr/commit/6f452d187df765f537195ec2de4aeff942cd6c26
src/coreclr/src/vm/gccover.cpp