diff options
Diffstat (limited to 'mps/code/amcsshe.c')
| -rw-r--r-- | mps/code/amcsshe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/amcsshe.c b/mps/code/amcsshe.c index 0e5677776d3..2be9e32be89 100644 --- a/mps/code/amcsshe.c +++ b/mps/code/amcsshe.c | |||
| @@ -51,7 +51,7 @@ static mps_word_t *tvw; | |||
| 51 | 51 | ||
| 52 | 52 | ||
| 53 | static mps_word_t dylan_make_WV(mps_word_t version, mps_word_t vb, | 53 | static mps_word_t dylan_make_WV(mps_word_t version, mps_word_t vb, |
| 54 | mps_word_t es, mps_word_t vf) | 54 | mps_word_t es, mps_word_t vf) |
| 55 | { | 55 | { |
| 56 | /* VERSION- ... VB------ reserved ES---VF- */ | 56 | /* VERSION- ... VB------ reserved ES---VF- */ |
| 57 | return((version << (MPS_WORD_WIDTH - 8)) | | 57 | return((version << (MPS_WORD_WIDTH - 8)) | |