diff options
Diffstat (limited to 'compiler/aslrestype1.c')
-rw-r--r-- | compiler/aslrestype1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/aslrestype1.c b/compiler/aslrestype1.c index 5c1bd0e..b68868e 100644 --- a/compiler/aslrestype1.c +++ b/compiler/aslrestype1.c @@ -300,7 +300,7 @@ RsDoMemory24Descriptor ( Descriptor->Memory24.Maximum, Descriptor->Memory24.AddressLength, Descriptor->Memory24.Alignment, - MinOp, MaxOp, LengthOp, NULL); + MinOp, MaxOp, LengthOp, NULL, Op); return (Rnode); } @@ -408,7 +408,7 @@ RsDoMemory32Descriptor ( Descriptor->Memory32.Maximum, Descriptor->Memory32.AddressLength, Descriptor->Memory32.Alignment, - MinOp, MaxOp, LengthOp, AlignOp); + MinOp, MaxOp, LengthOp, AlignOp, Op); return (Rnode); } |