Skip to content

Commit

Permalink
gpu_cmode.lua: fix list syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgthb committed Mar 10, 2022
1 parent 73805f0 commit ca509f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpu_cmode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ myname = "SPANK:gpu_cmode"
valid_cmodes = {
[0]="shared",
-- [1]="exclusive thread" deprecated
[2]="prohibited"
[3]="exclusive",
[2]="prohibited",
[3]="exclusive"
}
-- reverse index
--
Expand Down

0 comments on commit ca509f6

Please sign in to comment.