testsuites/dhrystone: Initialize before use

This resovles a warning where a variable could be used before it is
initialized in some code paths.
This commit is contained in:
Kinsey Moore
2024-02-28 12:12:28 -06:00
committed by Joel Sherrill
parent 3200933e13
commit da967ece67

View File

@@ -133,6 +133,7 @@ execution_start:
#ifdef __rtems__
/* avoid used uninitialized warning */
Int_1_Loc = 0;
Int_2_Loc = 0;
#endif