| 481 | //========================================================================== |
| 482 | |
| 483 | bool FxExpression::RequestAddress(FCompileContext &ctx, bool *writable) |
| 484 | { |
| 485 | if (writable != nullptr) *writable = false; |
| 486 | return false; |
| 487 | } |
| 488 | |
| 489 | //========================================================================== |
| 490 | // |
no test coverage detected