(POP_FAILURE_POINT): Use .word.integer.

This commit is contained in:
Richard M. Stallman
1995-10-29 19:36:39 +00:00
parent c58b2b4d79
commit 4fcecab107

View File

@@ -1295,7 +1295,7 @@ typedef struct
{ \
for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \
{ \
reg_info[this_reg].word = 0; \
reg_info[this_reg].word.integer = 0; \
regend[this_reg] = 0; \
regstart[this_reg] = 0; \
} \