Skip to content

Commit

Permalink
Fix configuration of embedded runtime for Morello
Browse files Browse the repository at this point in the history
This fixes an erroneous early return in MorelloTarget.system_ads
which caused the system.ads for the 'embedded' runtime to never be
added to the list.

Issue: eng/toolchain/bb-runtimes#18
  • Loading branch information
damaki committed Nov 10, 2023
1 parent e9241b2 commit 2b635b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def compiler_switches(self):

@property
def system_ads(self):
return {
result = {
'light': 'system-xi-arm-nxstack-light.ads',
'light-tasking': 'system-xi-arm-nxstack-light-tasking.ads'
}
Expand Down

0 comments on commit 2b635b6

Please sign in to comment.