Commit 78f71ed 1 parent a796756 commit 78f71ed Copy full SHA for 78f71ed
File tree 7 files changed +120
-33
lines changed
7 files changed +120
-33
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,6 @@ namespace ya
530
530
|| !!(flags & FF_BNOT)
531
531
|| is_defarg0 (flags)
532
532
|| is_defarg1 (flags)
533
- || is_align ( flags);
533
+ || ( is_data ( flags) && ! is_byte (flags) );
534
534
}
535
535
}
Original file line number Diff line number Diff line change @@ -769,6 +769,7 @@ do_augroup
769
769
do_autochdir
770
770
do_autocmd
771
771
do_autocmd_event
772
+ do_bang
772
773
do_buffer
773
774
do_c_expr_indent
774
775
do_check_cursorbind
@@ -1091,27 +1092,21 @@ f_arglistid
1091
1092
f_argv
1092
1093
f_assert_exception
1093
1094
f_assert_fails
1094
- f_assert_false
1095
1095
f_assert_inrange
1096
1096
f_assert_notequal
1097
- f_assert_true
1098
1097
f_bufexists
1099
1098
f_bufname
1100
1099
f_bufnr
1101
1100
f_byte2line
1102
1101
f_ch_canread
1103
1102
f_ch_close
1104
1103
f_ch_close_in
1105
- f_ch_evalraw
1106
1104
f_ch_getbufnr
1107
1105
f_ch_getjob
1108
1106
f_ch_info
1109
1107
f_ch_log
1110
1108
f_ch_logfile
1111
1109
f_ch_open
1112
- f_ch_read
1113
- f_ch_readraw
1114
- f_ch_sendraw
1115
1110
f_ch_setoptions
1116
1111
f_ch_status
1117
1112
f_changenr
@@ -1152,6 +1147,8 @@ f_foldclosedend
1152
1147
f_foldlevel
1153
1148
f_foldtext
1154
1149
f_foldtextresult
1150
+ f_funcref
1151
+ f_function
1155
1152
f_garbagecollect
1156
1153
f_get
1157
1154
f_getbufinfo
@@ -1161,7 +1158,6 @@ f_getcharsearch
1161
1158
f_getcmdline
1162
1159
f_getcmdwintype
1163
1160
f_getcompletion
1164
- f_getcurpos
1165
1161
f_getcwd
1166
1162
f_getfperm
1167
1163
f_getftime
@@ -1170,12 +1166,13 @@ f_getline
1170
1166
f_getloclist
1171
1167
f_getmatches
1172
1168
f_getpid
1173
- f_getpos
1174
1169
f_getreg
1175
1170
f_getregtype
1176
1171
f_gettabinfo
1177
1172
f_gettabvar
1173
+ f_gettabwinvar
1178
1174
f_getwininfo
1175
+ f_getwinvar
1179
1176
f_glob
1180
1177
f_glob2regpat
1181
1178
f_globpath
@@ -1218,11 +1215,11 @@ f_line
1218
1215
f_lispindent
1219
1216
f_localtime
1220
1217
f_map
1218
+ f_maparg
1219
+ f_mapcheck
1221
1220
f_matchaddpos
1222
1221
f_matcharg
1223
1222
f_matchdelete
1224
- f_max
1225
- f_min
1226
1223
f_mkdir
1227
1224
f_mode
1228
1225
f_nextnonblank
@@ -3181,4 +3178,4 @@ wvsp_one
3181
3178
yank_copy_line
3182
3179
yank_register_mline
3183
3180
3184
- symbols: 3182
3181
+ symbols: 3179
Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ arabic_maycombine
229
229
arabic_maycombine_0
230
230
arabic_shape
231
231
ask_yesno
232
- assert_bool
233
232
assert_exception
234
233
assert_fails
235
234
assert_inrange
@@ -487,7 +486,6 @@ collection
487
486
coloncmd
488
487
command_height
489
488
common_channel_read
490
- common_function
491
489
common_init
492
490
comp_col
493
491
comp_textwidth
@@ -518,7 +516,6 @@ create_timer
518
516
crypt_append_msg
519
517
crypt_blowfish_init
520
518
crypt_check_current_method
521
- crypt_check_method
522
519
crypt_check_method_0
523
520
crypt_create
524
521
crypt_create_for_writing
@@ -1096,6 +1093,8 @@ f_assert_notequal
1096
1093
f_bufexists
1097
1094
f_bufname
1098
1095
f_bufnr
1096
+ f_bufwinid
1097
+ f_bufwinnr
1099
1098
f_byte2line
1100
1099
f_ch_canread
1101
1100
f_ch_close
@@ -1107,8 +1106,6 @@ f_ch_info
1107
1106
f_ch_log
1108
1107
f_ch_logfile
1109
1108
f_ch_open
1110
- f_ch_read
1111
- f_ch_readraw
1112
1109
f_ch_sendexpr
1113
1110
f_ch_setoptions
1114
1111
f_ch_status
@@ -1141,6 +1138,7 @@ f_extend
1141
1138
f_feedkeys
1142
1139
f_filereadable
1143
1140
f_filewritable
1141
+ f_filter
1144
1142
f_findfile
1145
1143
f_fnameescape
1146
1144
f_fnamemodify
@@ -1149,8 +1147,6 @@ f_foldclosedend
1149
1147
f_foldlevel
1150
1148
f_foldtext
1151
1149
f_foldtextresult
1152
- f_funcref
1153
- f_function
1154
1150
f_garbagecollect
1155
1151
f_get
1156
1152
f_getbufinfo
@@ -1218,8 +1214,7 @@ f_libcallnr
1218
1214
f_line
1219
1215
f_lispindent
1220
1216
f_localtime
1221
- f_maparg
1222
- f_mapcheck
1217
+ f_map
1223
1218
f_matchaddpos
1224
1219
f_matcharg
1225
1220
f_matchdelete
@@ -1290,8 +1285,6 @@ f_synIDattr
1290
1285
f_synIDtrans
1291
1286
f_synconcealed
1292
1287
f_synstack
1293
- f_system
1294
- f_systemlist
1295
1288
f_tabpagebuflist
1296
1289
f_tabpagewinnr
1297
1290
f_tagfiles
@@ -3183,4 +3176,4 @@ wvsp_one
3183
3176
yank_copy_line
3184
3177
yank_register_mline
3185
3178
3186
- symbols: 3184
3179
+ symbols: 3177
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def test_op_type_on_data(self):
193
193
ea = 0x414204
194
194
ida_bytes.clr_op_type(ea, 0)
195
195
ea = 0x41421C
196
- ida_bytes.clr_op_type (ea, 0)
196
+ ida_bytes.del_items (ea, 0, 4 )
197
197
""" ),
198
198
self .save_ea (0x414204 ),
199
199
self .save_ea (0x41421C ),
@@ -218,7 +218,7 @@ def test_op_offset_on_data(self):
218
218
idaapi.set_name(ea, "somename")
219
219
ida_bytes.clr_op_type(ea, 0)
220
220
ea = 0x414718
221
- ida_bytes.clr_op_type (ea, 0)
221
+ ida_bytes.del_items (ea, 0, 4 )
222
222
""" ),
223
223
)
224
224
@@ -242,7 +242,7 @@ def test_op_offset_on_data(self):
242
242
ea = 0x414714
243
243
ida_bytes.clr_op_type(ea, 0)
244
244
ea = 0x414718
245
- ida_bytes.clr_op_type (ea, 0)
245
+ ida_bytes.del_items (ea, 0, 4 )
246
246
""" ),
247
247
self .save_ea (0x414714 ),
248
248
self .save_ea (0x414718 ),
Original file line number Diff line number Diff line change 1
- objects: 29072
1
+ objects: 29074
2
2
3
3
bin: 1
4
4
bin_66000000 Qt5Svgd.dll
@@ -11156,7 +11156,7 @@ cod_6604f194
11156
11156
cod_6604f564
11157
11157
cod_6604f570
11158
11158
11159
- dat: 7235
11159
+ dat: 7237
11160
11160
dat_66001000
11161
11161
dat_66005321
11162
11162
dat_66005381
@@ -12409,6 +12409,7 @@ dat_6604f532
12409
12409
dat_66051a4f
12410
12410
dat_66051a6f
12411
12411
dat_66052a9b
12412
+ dat_66052c00
12412
12413
dat_66053000 unk_66053000
12413
12414
dat_66053104
12414
12415
dat_66053108
@@ -14542,6 +14543,7 @@ dat_6605fd91 aCurrentframe
14542
14543
dat_6605fd9e
14543
14544
dat_6605fda0 asc_6605FDA0
14544
14545
dat_6605fda2
14546
+ dat_6605fdb0
14545
14547
dat_6605fdb2
14546
14548
dat_6605ff18 a2repaintneeded
14547
14549
dat_6605ff29 aQsvgrendererCp_0
You can’t perform that action at this time.
0 commit comments