mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 19:29:21 +00:00
Correct a comment.
This commit is contained in:
parent
8eda03436a
commit
242bef1f6e
2
Gen.pas
2
Gen.pas
@ -394,7 +394,7 @@ procedure StoreWordOfQuad(offset: integer);
|
|||||||
{ offset - offset of the word to store (0, 2, 4, or 6) }
|
{ offset - offset of the word to store (0, 2, 4, or 6) }
|
||||||
{ }
|
{ }
|
||||||
{ Note: If gQuad.preference is onStack, this just generates a }
|
{ Note: If gQuad.preference is onStack, this just generates a }
|
||||||
{ PHA. That is suitable if loading a value starting from }
|
{ PHA. That is suitable if storing a value starting from }
|
||||||
{ the most significant word, but not in other cases. For }
|
{ the most significant word, but not in other cases. For }
|
||||||
{ other gQuad.preference values, any order is okay. }
|
{ other gQuad.preference values, any order is okay. }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user