Skip to content

Commit 261515d

Browse files
author
whitequark
committedAug 10, 2015
compiler.targets.OR1KTarget: fix typo.
1 parent 75532d1 commit 261515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/compiler/targets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ def __init__(self):
157157
class OR1KTarget(Target):
158158
triple = "or1k-linux"
159159
data_layout = "E-m:e-p:32:32-i64:32-f64:32-v64:32-v128:32-a:0:32-n32"
160-
attributes = ["mul", "div", "ffl1", "cmov", "addc"]
160+
features = ["mul", "div", "ffl1", "cmov", "addc"]
161161
print_function = "lognonl"

0 commit comments

Comments
 (0)
Please sign in to comment.