| 457 | //========================================================================== |
| 458 | |
| 459 | bool FxExpression::RequestAddress(FCompileContext &ctx, bool *writable) |
| 460 | { |
| 461 | if (writable != nullptr) *writable = false; |
| 462 | return false; |
| 463 | } |
| 464 | |
| 465 | //========================================================================== |
| 466 | // |
no test coverage detected