| .. | .. |
|---|
| 4 | 4 | * Module Name: dscontrol - Support for execution control opcodes - |
|---|
| 5 | 5 | * if/else/while/return |
|---|
| 6 | 6 | * |
|---|
| 7 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
|---|
| 7 | + * Copyright (C) 2000 - 2020, Intel Corp. |
|---|
| 8 | 8 | * |
|---|
| 9 | 9 | *****************************************************************************/ |
|---|
| 10 | 10 | |
|---|
| .. | .. |
|---|
| 85 | 85 | walk_state->parser_state.pkg_end; |
|---|
| 86 | 86 | control_state->control.opcode = op->common.aml_opcode; |
|---|
| 87 | 87 | control_state->control.loop_timeout = acpi_os_get_timer() + |
|---|
| 88 | | - (u64)(acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC); |
|---|
| 88 | + ((u64)acpi_gbl_max_loop_iterations * ACPI_100NSEC_PER_SEC); |
|---|
| 89 | 89 | |
|---|
| 90 | 90 | /* Push the control state on this walk's control stack */ |
|---|
| 91 | 91 | |
|---|