File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ able_host_exec(able_host_t *host) {
24
24
return y ;
25
25
}
26
26
switch (host -> c .i ) {
27
- case 0x80 : { // wait ( p - f )
27
+ case 0x80 : { // wait ( p - n )
28
28
if (DSU (& host -> c , 1 ))
29
29
return -6 ;
30
30
uint32_t pn ;
@@ -38,7 +38,7 @@ able_host_exec(able_host_t *host) {
38
38
return -5 ;
39
39
break ;
40
40
}
41
- case 0x81 : { // clip ( a # p - f )
41
+ case 0x81 : { // clip ( a # p - n )
42
42
if (DSU (& host -> c , 3 ))
43
43
return -6 ;
44
44
uint32_t pn ;
@@ -64,7 +64,7 @@ able_host_exec(able_host_t *host) {
64
64
DS0 = able_port_clip (& host -> p [pn ], host -> c .b + a , u );
65
65
break ;
66
66
}
67
- case 0x82 : { // recv ( p - a # f )
67
+ case 0x82 : { // recv ( p - a # n )
68
68
if (DSU (& host -> c , 1 ))
69
69
return -6 ;
70
70
if (DSO (& host -> c , 2 ))
@@ -92,7 +92,7 @@ able_host_exec(able_host_t *host) {
92
92
}
93
93
break ;
94
94
}
95
- case 0x83 : { // send ( a # l - f )
95
+ case 0x83 : { // send ( a # l - n )
96
96
if (DSU (& host -> c , 3 ))
97
97
return -6 ;
98
98
uint32_t ln ;
You can’t perform that action at this time.
0 commit comments