stdlib: Del comment stating SE mode limited to single thread (#402)
This comment was left in the codebase in error. The `set_se_binary_workload` function works fine with multi-threaded applications. This hasn't been a restriction for some time.
This commit is contained in:
@@ -75,7 +75,6 @@ class SEBinaryWorkload:
|
|||||||
"""Set up the system to run a specific binary.
|
"""Set up the system to run a specific binary.
|
||||||
|
|
||||||
**Limitations**
|
**Limitations**
|
||||||
* Only supports single threaded applications.
|
|
||||||
* Dynamically linked executables are partially supported when the host
|
* Dynamically linked executables are partially supported when the host
|
||||||
ISA and the simulated ISA are the same.
|
ISA and the simulated ISA are the same.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user